home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / INewsBaseSavePanel.h < prev    next >
Text File  |  1993-01-12  |  106b  |  10 lines

  1. #import <appkit/OpenPanel.h>
  2.  
  3. @interface INewsBaseSavePanel:OpenPanel
  4. {
  5. }
  6.  
  7. - (const char *)getPath;
  8.  
  9. @end
  10.